object FloodDlg: TFloodDlg Left = 255 Top = 118 BorderStyle = bsDialog Caption = 'Flood Options' ClientHeight = 119 ClientWidth = 313 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 297 Height = 81 Shape = bsFrame end object Label1: TLabel Left = 32 Top = 64 Width = 117 Height = 13 Caption = '(resets grid point heights)' end object CancelBtn: TButton Left = 159 Top = 92 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object OKBtn: TButton Left = 79 Top = 92 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object FloodEQRadio: TRadioButton Left = 16 Top = 24 Width = 281 Height = 17 Caption = 'Flood connected grid points at same height only' Checked = True TabOrder = 2 TabStop = True end object FloodLERadio: TRadioButton Left = 16 Top = 48 Width = 281 Height = 17 Caption = 'Flood connected gridpoints at same or lower heights' TabOrder = 3 end end